golang.org/x/sys/cpu.option.Required (field)

4 uses

	golang.org/x/sys/cpu (current package)
		cpu.go#L219: 	Required  bool // whether feature is mandatory and can not be disabled
		cpu.go#L257: 				options[i].Enable = enable || options[i].Required
		cpu.go#L283: 		if !o.Enable && o.Required {
		cpu_x86.go#L58: 		{Name: "sse2", Feature: &X86.HasSSE2, Required: runtime.GOARCH == "amd64"},